Add MCP server support for Consumption Logic Apps#8901
Open
Add MCP server support for Consumption Logic Apps#8901
Conversation
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
✅ Contributors
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Keep as-is or optionally add a scope prefix |
| Commit Type | ✅ | None |
| Risk Level | ✅ | Medium is appropriate given the surface area |
| What & Why | ✅ | Consider adding rollout/compat notes |
| Impact of Change | ✅ | Add brief pointer to new files and confirm UX expectations |
| Test Plan | ✅ | Consider adding an E2E or integration test and/or manual test steps |
| Contributors | ✅ | None |
| Screenshots/Videos | Add screenshots or short video of UI flows |
Final Message
This PR passes the PR title/body checks. The advised risk level from the diff is risk:medium, which matches the submitter's declared risk. Good job including unit tests — I confirmed test files in the diff. Please consider the optional items above: add a short note about rollout/migration if relevant, include a short E2E/integration test or manual test steps that exercise MCP end-to-end, and attach screenshots or a short video showing the UX flow for creating an MCP connection and using an MCP tool. Once those (optional) items are added, this will be easier for reviewers to validate end-to-end behavior. Thank you!
Last updated: Mon, 16 Mar 2026 18:42:06 GMT
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Consumption SKU support for MCP (Model Context Protocol) by introducing a consumption MCP connector + built-in operation manifest wiring, and updating the connection creation UI/service to recognize MCP connections.
Changes:
- Add consumption MCP connector + built-in MCP Client operation manifest and wire them into the consumption operation manifest service.
- Extend
ConsumptionConnectionServiceto recognize MCP connectors and create MCP connections. - Update Designer V2 create-connection panel behavior for consumption MCP connections and add unit tests for the new connection logic.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Tweaks lint-staged ESLint invocation to reduce ignored-file warnings. |
| libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts | Adds MCP built-in operation support (mcpclienttool → nativemcpclient) and returns the MCP operation manifest/operation metadata. |
| libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/mcpclientconnector.ts | Introduces the consumption MCP connector manifest (auth parameter sets, metadata). |
| libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/builtinmcpclient.ts | Adds the built-in MCP Client operation manifest including listMcpTools dynamic list for tool selection. |
| libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts | Adds MCP connector lookup and MCP-specific connection creation paths (built-in vs managed). |
| libs/logic-apps-shared/src/designer-client-services/lib/consumption/tests/connection.spec.ts | Adds unit tests for MCP connection creation helpers/paths. |
| libs/designer-v2/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx | Hides the “name” input for Consumption MCP connections via a runtime service check. |
libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts
Show resolved
Hide resolved
libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts
Outdated
Show resolved
Hide resolved
...logic-apps-shared/src/designer-client-services/lib/consumption/manifests/builtinmcpclient.ts
Show resolved
Hide resolved
libs/designer-v2/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx
Show resolved
Hide resolved
libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts
Show resolved
Hide resolved
|
📊 Coverage check completed. See workflow run for details. |
…cAppsUX into bhavya/mcpconsumption
This was referenced Mar 9, 2026
This was referenced Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Type
Risk Level
What & Why
Adds MCP (Model Context Protocol) server support for Consumption Logic Apps. This enables consumption SKU workflows to connect to custom MCP servers and use MCP tools as actions, bringing feature parity with the Standard SKU's existing MCP support.
Impact of Change
Test Plan
Contributors
@Bhavd13
Screenshots/Videos
mcp.recording.mp4